home *** CD-ROM | disk | FTP | other *** search
- % Parameter control file for Prolog language source used by shrouder program
-
-
- % These parameters control string processing
- STRING: ","
- CHAR: ','
- SPECIAL CHAR: \
-
- % These parameters control name substitutions
- NAME JOINS: _
- KEEP LENGTH: Yes
- KEEP SEPARATORS: Yes
- CASE SENSITIVE: Yes
- FORCE CAPS: No
- MAX LENGTH: 31
- DUP CHECK: 4
-
- % Comment delimiters
- LINE COMMENT: %
- COMMENT: /*,*/
- NESTED: No
- OUT COMMENT: %
-
- % Include file handling
- INCLUDING: include,""
- REPLACE NUMBS: constants &&name = &&numb
- REPLACE STRGS: constants &&name = &&text
- STRING TO HEX: Yes
-
-
- % Random name generation and miscellaneous
- SEED RANDOM: Yes
- COMPRESS LINE: Yes,75
- COMPRESS OFF: predicates,
- FUNCTIONS OFF: predicates,
- REGISTRATION: LNK Corporation, 1994.
- SERIAL NUMBER: P01-,SH-1
- OBSCURE NAMES: No
- BLOCK TOKENS: :,.
- DEFINE CODE: constants &&name = &&text
- DEFINE GLOBLS: No
- DEFINE KEYWRD: No
-